dispatch
Dispatches the key pressed event to the currently focused element on the loaded web page.
It does nothing if the browser instance hasn't loaded any web page.
Parameters
the key pressed event
Throws
when the browser is already closed
Dispatches the key released event to the currently focused element on the loaded web page.
It does nothing if the browser instance hasn't loaded any web page.
Parameters
the key released event
Throws
when the browser is already closed
Dispatches the key typed event to the currently focused element on the loaded web page.
It does nothing if the browser instance hasn't loaded any web page.
Parameters
the key typed event
Throws
when the browser is already closed
Dispatches the mouse pressed event to the currently loaded web page.
It does nothing if the browser instance hasn't loaded any web page.
Parameters
the mouse pressed event
Throws
when the browser is already closed
Dispatches the mouse released event to the currently loaded web page.
It does nothing if the browser instance hasn't loaded any web page.
Parameters
the mouse released event
Throws
when the browser is already closed
Dispatches the mouse entered event to the currently loaded web page.
It does nothing if the browser instance hasn't loaded any web page.
Parameters
the mouse entered event
Throws
when the browser is already closed
Dispatches the mouse exited event to the currently loaded web page.
It does nothing if the browser instance hasn't loaded any web page.
Parameters
the mouse exited event
Throws
when the browser is already closed
Dispatches the mouse dragged event to the currently loaded web page.
It does nothing if the browser instance hasn't loaded any web page.
Parameters
the mouse dragged event
Throws
when the browser is already closed
Dispatches the mouse moved event to the currently loaded web page.
It does nothing if the browser instance hasn't loaded any web page.
Parameters
the mouse moved event
Throws
when the browser is already closed
Dispatches the mouse wheel event to the currently loaded web page.
It does nothing if the browser instance hasn't loaded any web page.
Parameters
the mouse wheel event
Throws
when the browser is already closed